Don't leak string. (#132482, Christian Persch)
authorMatthias Clasen <maclas@gmx.de>
Wed, 28 Jan 2004 20:39:46 +0000 (20:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 28 Jan 2004 20:39:46 +0000 (20:39 +0000)
Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
Don't leak string.  (#132482, Christian Persch)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentrycompletion.c

index 5fc6c7bc3883949a785ef508f4b38a832e75f1e8..a19e61e55379f585a407446b69774e796de8f4d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
+       Don't leak string.  (#132482, Christian Persch)
+
 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
 
         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
index 5fc6c7bc3883949a785ef508f4b38a832e75f1e8..a19e61e55379f585a407446b69774e796de8f4d2 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
+       Don't leak string.  (#132482, Christian Persch)
+
 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
 
         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
index 5fc6c7bc3883949a785ef508f4b38a832e75f1e8..a19e61e55379f585a407446b69774e796de8f4d2 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
+       Don't leak string.  (#132482, Christian Persch)
+
 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
 
         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
index 5fc6c7bc3883949a785ef508f4b38a832e75f1e8..a19e61e55379f585a407446b69774e796de8f4d2 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
+       Don't leak string.  (#132482, Christian Persch)
+
 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
 
         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
index 5fc6c7bc3883949a785ef508f4b38a832e75f1e8..a19e61e55379f585a407446b69774e796de8f4d2 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 28 21:40:47 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_action_data_func):
+       Don't leak string.  (#132482, Christian Persch)
+
 Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
 
         * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
index 13884a8c7bb6e9c7c24f7543b1a44e4392d2e9ea..da969f8f0753fbb4bfd0f1e00e23a35a4874d1dd 100644 (file)
@@ -688,6 +688,8 @@ gtk_entry_completion_action_data_func (GtkTreeViewColumn *tree_column,
                   "markup", NULL,
                   "text", string,
                   NULL);
+
+  g_free (string);
 }
 
 static void